Skip to content

Conversation

@jesgum
Copy link
Contributor

@jesgum jesgum commented Jan 15, 2026

@njacazio to ensure not to break any of the current behaviour, I have temporarily added a new process function to the tracker that processes the new mcParticle table that is produced by the recently added decayer.

Smearing is done with both luts and the fasttracker based on if the particle is a primary or if it came from the decayer. All tracks are then added to the same track table (not sure if it make sense to make a separate table for the secondaries). Then we would have to have a new task that processes the tracks table that can do proper v0 and cascade finding with the combinatorics

Tagging @lhusova

@github-actions
Copy link

github-actions bot commented Jan 15, 2026

O2 linter results: ❌ 42 errors, ⚠️ 24 warnings, 🔕 0 disabled

@github-actions github-actions bot changed the title Add procces function to onTheFlyTracker.cxx for mcParticle with daughters [ALICE3] Add procces function to onTheFlyTracker.cxx for mcParticle with daughters Jan 15, 2026
@jesgum jesgum marked this pull request as ready for review January 15, 2026 17:19
@lhusova
Copy link
Contributor

lhusova commented Jan 16, 2026

Thanks @jesgum. Creating a separate table for secondaries is not good, the V0 finder is in place and it loops over all particles, where in one table are both primaries and secondaries.
From my point of view, it is good to have two separate process functions, at least for now.

@jesgum
Copy link
Contributor Author

jesgum commented Jan 16, 2026

Ok good, then we can keep it like this for now (the current iteration does all tracks in the same table so it should be OK). Thanks a lot for the feedback @lhusova!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Development

Successfully merging this pull request may close these issues.

2 participants